Destination

data class Destination

Defines the state for setting destination

Functions

component1
Link copied to clipboard
operator fun component1(): Point
component2
Link copied to clipboard
operator fun component2(): List<CarmenFeature>?
copy
Link copied to clipboard
fun copy(point: Point, features: List<CarmenFeature>? = null): Destination
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

features
Link copied to clipboard
val features: List<CarmenFeature>? = null
list of features containing POI details
point
Link copied to clipboard
val point: Point